<html>
<head>
<title>Table</title>
</head>
<body bgcolor="yellow">
<script type="text/javascript">
var table=prompt("Type a Number of Table which you want to print","Number") 
var p=prompt("Type a Number from  which you want to start table","Number") 
var a=Number{table)+Number(p)
{
document.write(+a)
}
</script>
</body>
</html>